home *** CD-ROM | disk | FTP | other *** search
- @echo off
- GOTO START
-
- this batch creates the COBALTS program when used with POWER C 2.0
- the external library files are required as listed in COBALTS.prj
-
- :START
- IF NOT EXIST RUSS.PCX GOTO ENDER
- IF NOT EXIST ENTRTAN.SND GOTO ENDER
- IF NOT EXIST COBALTS.C GOTO ENDER
- ANIMAKE RUSS.PCX
- SND2TXT ENTRTAN.SND
- REN ENTRTAN.TXT EMTERTAN.C
- pc/e cobalts /ml
- :ENDER
- echo We now return to Normal Programming